Html Css Color HEX #EAD53C Starship

📋 copy color: '#EAD53C'

red 234 ◦ green 213 ◦ blue 60

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

Shades of Starship #EAD53C

Tints of Starship #EAD53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

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

R = 46.15%
G = 42.01%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAD53C (or 0xEAD53C) is known color: Starship. HEX triplet: EA, D5 and 3C. RGB value is (234,213,60). Sum of RGB (Red+Green+Blue) = 234+213+60=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD53C is #152AC3. Grayscale: #CACACA. Windows color (decimal): -1387204 or 3986922. OLE color: 3986922.

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

Color convert

RGB 234 213 60 -
CMYK 0 0.09 0.74 0.08
HSL 52.76º 0.81% 0.58% -
HSV(B) 52.76º 0.74% 0.92% -
XYZ 58.54 65.41 13.81 -
YUV 201.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 234 213 60 0 0.09 0.74 0.08 52.76 0.81 0.58
Hex EA D5 3C 0 9 4A 8 35 51 3A
Octal 352 325 74 0 11 112 10 65 121 72
Binary 11101010 11010101 111100 0 1001 1001010 1000 110101 1010001 111010

Color Harmonies of #EAD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD53C

Black with #EAD53C

Text Example


Text Example

White with #EAD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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