Html Css Color HEX #EADD3F Starship

📋 copy color: '#EADD3F'

red 234 ◦ green 221 ◦ blue 63

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

Shades of Starship #EADD3F

Tints of Starship #EADD3F

RGB

 RED value IS 234 (91.8% from 255) = 45.17%

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 45.17%
G = 42.66%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EADD3F (or 0xEADD3F) is known color: Starship. HEX triplet: EA, DD and 3F. RGB value is (234,221,63). Sum of RGB (Red+Green+Blue) = 234+221+63=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 63 (25% from 255 or 12.16% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD3F is #1522C0. Grayscale: #CFCFCF. Windows color (decimal): -1385153 or 4185578. OLE color: 4185578.

HSL color Cylindrical-coordinate representation of color #EADD3F: hue angle of 55.44º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EADD3F is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 63 -
CMYK 0 0.06 0.73 0.08
HSL 55.44º 0.8% 0.58% -
HSV(B) 55.44º 0.73% 0.92% -
XYZ 60.69 69.56 14.93 -
YUV 206.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 234 221 63 0 0.06 0.73 0.08 55.44 0.8 0.58
Hex EA DD 3F 0 6 49 8 37 50 3A
Octal 352 335 77 0 6 111 10 67 120 72
Binary 11101010 11011101 111111 0 110 1001001 1000 110111 1010000 111010

Color Harmonies of #EADD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD3F

Black with #EADD3F

Text Example


Text Example

White with #EADD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD3F; }

 p { color: rgb(234,221,63); }

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

background-color css

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

 a { background-color: rgb(234,221,63); }

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

border-color css

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

 span { border-color: rgb(234,221,63); }

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