Html Css Color HEX #EEED3E Starship

📋 copy color: '#EEED3E'

red 238 ◦ green 237 ◦ blue 62

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

Shades of Starship #EEED3E

Tints of Starship #EEED3E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.13%

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

R = 44.32%
G = 44.13%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEED3E (or 0xEEED3E) is known color: Starship. HEX triplet: EE, ED and 3E. RGB value is (238,237,62). Sum of RGB (Red+Green+Blue) = 238+237+62=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 62 (24.61% from 255 or 11.55% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED3E is #1112C1. Grayscale: #DADADA. Windows color (decimal): -1118914 or 4124142. OLE color: 4124142.

HSL color Cylindrical-coordinate representation of color #EEED3E: hue angle of 59.66º 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 #EEED3E is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 62 -
CMYK 0 0.00 0.74 0.07
HSL 59.66º 0.84% 0.59% -
HSV(B) 59.66º 0.74% 0.93% -
XYZ 66.41 79.09 16.32 -
YUV 217.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 238 237 62 0 0.00 0.74 0.07 59.66 0.84 0.59
Hex EE ED 3E 0 0 4A 7 3C 54 3B
Octal 356 355 76 0 0 112 7 74 124 73
Binary 11101110 11101101 111110 0 0 1001010 111 111100 1010100 111011

Color Harmonies of #EEED3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED3E

Black with #EEED3E

Text Example


Text Example

White with #EEED3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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