Html Css Color HEX #EEDA42 Starship

📋 copy color: '#EEDA42'

red 238 ◦ green 218 ◦ blue 66

#EEDA42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #EEDA42

Tints of Starship #EEDA42

RGB

 RED value IS 238 (93.36% from 255) = 45.59%

 GREEN value IS 218 (85.55% from 255) = 41.76%

 BLUE value IS 66 (26.17% from 255) = 12.64%

R = 45.59%
G = 41.76%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEDA42 (or 0xEEDA42) is known color: Starship. HEX triplet: EE, DA and 42. RGB value is (238,218,66). Sum of RGB (Red+Green+Blue) = 238+218+66=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA42 is #1125BD. Grayscale: #CFCFCF. Windows color (decimal): -1123774 or 4381422. OLE color: 4381422.

HSL color Cylindrical-coordinate representation of color #EEDA42: hue angle of 53.02º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEDA42 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 66 -
CMYK 0 0.08 0.72 0.07
HSL 53.02º 0.83% 0.6% -
HSV(B) 53.02º 0.72% 0.93% -
XYZ 61.31 68.71 15.19 -
YUV 206.65 48.63 150.36 -
System Red Green Blue C M Y K H S L
Decimal 238 218 66 0 0.08 0.72 0.07 53.02 0.83 0.6
Hex EE DA 42 0 8 48 7 35 53 3C
Octal 356 332 102 0 10 110 7 65 123 74
Binary 11101110 11011010 1000010 0 1000 1001000 111 110101 1010011 111100

Color Harmonies of #EEDA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA42

Black with #EEDA42

Text Example


Text Example

White with #EEDA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA42; }

 p { color: rgb(238,218,66); }

 H1.HeaderClassName
 {
   color: #EEDA42;
 }
 .AnyTagClassName
 {
   color: #EEDA42;
 }
</style>

background-color css

<style>
 a { background-color: #EEDA42; }

 a { background-color: rgb(238,218,66); }

 div.DivClassName
 {
   background-color: #EEDA42;
 }
 .BgClassName
 {
   background-color: #EEDA42;
 }
</style>

border-color css

<style>
 span { border-color: #EEDA42; }

 span { border-color: rgb(238,218,66); }

 td.TdClassName
 {
   border-color: #EEDA42;
 }
 .TagClassName
 {
   border-color: #EEDA42;
 }
</style>