Html Css Color HEX #EEDA3E Starship

📋 copy color: '#EEDA3E'

red 238 ◦ green 218 ◦ blue 62

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

Shades of Starship #EEDA3E

Tints of Starship #EEDA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.97%

R = 45.95%
G = 42.08%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEDA3E (or 0xEEDA3E) is known color: Starship. HEX triplet: EE, DA and 3E. RGB value is (238,218,62). Sum of RGB (Red+Green+Blue) = 238+218+62=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA3E is #1125C1. Grayscale: #CECECE. Windows color (decimal): -1123778 or 4119278. OLE color: 4119278.

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

Color convert

RGB 238 218 62 -
CMYK 0 0.08 0.74 0.07
HSL 53.18º 0.84% 0.59% -
HSV(B) 53.18º 0.74% 0.93% -
XYZ 61.2 68.67 14.59 -
YUV 206.2 46.63 150.68 -
System Red Green Blue C M Y K H S L
Decimal 238 218 62 0 0.08 0.74 0.07 53.18 0.84 0.59
Hex EE DA 3E 0 8 4A 7 35 54 3B
Octal 356 332 76 0 10 112 7 65 124 73
Binary 11101110 11011010 111110 0 1000 1001010 111 110101 1010100 111011

Color Harmonies of #EEDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA3E

Black with #EEDA3E

Text Example


Text Example

White with #EEDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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