Html Css Color HEX #EADD3C Starship

📋 copy color: '#EADD3C'

red 234 ◦ green 221 ◦ blue 60

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

Shades of Starship #EADD3C

Tints of Starship #EADD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.65%

R = 45.44%
G = 42.91%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EADD3C (or 0xEADD3C) is known color: Starship. HEX triplet: EA, DD and 3C. RGB value is (234,221,60). Sum of RGB (Red+Green+Blue) = 234+221+60=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD3C is #1522C3. Grayscale: #CFCFCF. Windows color (decimal): -1385156 or 3988970. OLE color: 3988970.

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

Color convert

RGB 234 221 60 -
CMYK 0 0.06 0.74 0.08
HSL 55.52º 0.81% 0.58% -
HSV(B) 55.52º 0.74% 0.92% -
XYZ 60.6 69.53 14.5 -
YUV 206.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 234 221 60 0 0.06 0.74 0.08 55.52 0.81 0.58
Hex EA DD 3C 0 6 4A 8 38 51 3A
Octal 352 335 74 0 6 112 10 70 121 72
Binary 11101010 11011101 111100 0 110 1001010 1000 111000 1010001 111010

Color Harmonies of #EADD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD3C

Black with #EADD3C

Text Example


Text Example

White with #EADD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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