Html Css Color HEX #EEDF3F Starship

📋 copy color: '#EEDF3F'

red 238 ◦ green 223 ◦ blue 63

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

Shades of Starship #EEDF3F

Tints of Starship #EEDF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 63 (25% from 255) = 12.02%

R = 45.42%
G = 42.56%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEDF3F (or 0xEEDF3F) is known color: Starship. HEX triplet: EE, DF and 3F. RGB value is (238,223,63). Sum of RGB (Red+Green+Blue) = 238+223+63=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDF3F is #1120C0. Grayscale: #D1D1D1. Windows color (decimal): -1122497 or 4186094. OLE color: 4186094.

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

Color convert

RGB 238 223 63 -
CMYK 0 0.06 0.74 0.07
HSL 54.86º 0.84% 0.59% -
HSV(B) 54.86º 0.74% 0.93% -
XYZ 62.54 71.31 15.17 -
YUV 209.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 238 223 63 0 0.06 0.74 0.07 54.86 0.84 0.59
Hex EE DF 3F 0 6 4A 7 37 54 3B
Octal 356 337 77 0 6 112 7 67 124 73
Binary 11101110 11011111 111111 0 110 1001010 111 110111 1010100 111011

Color Harmonies of #EEDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF3F

Black with #EEDF3F

Text Example


Text Example

White with #EEDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF3F; }

 p { color: rgb(238,223,63); }

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

background-color css

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

 a { background-color: rgb(238,223,63); }

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

border-color css

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

 span { border-color: rgb(238,223,63); }

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