Html Css Color HEX #EAD53E Starship

📋 copy color: '#EAD53E'

red 234 ◦ green 213 ◦ blue 62

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

Shades of Starship #EAD53E

Tints of Starship #EAD53E

RGB

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

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

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

R = 45.97%
G = 41.85%
B = 12.18%

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

#EAD53E (or 0xEAD53E) is known color: Starship. HEX triplet: EA, D5 and 3E. RGB value is (234,213,62). Sum of RGB (Red+Green+Blue) = 234+213+62=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD53E is #152AC1. Grayscale: #CACACA. Windows color (decimal): -1387202 or 4117994. OLE color: 4117994.

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

Color convert

RGB 234 213 62 -
CMYK 0 0.09 0.74 0.08
HSL 52.67º 0.8% 0.58% -
HSV(B) 52.67º 0.74% 0.92% -
XYZ 58.6 65.43 14.1 -
YUV 202.07 48.96 150.78 -
System Red Green Blue C M Y K H S L
Decimal 234 213 62 0 0.09 0.74 0.08 52.67 0.8 0.58
Hex EA D5 3E 0 9 4A 8 35 50 3A
Octal 352 325 76 0 11 112 10 65 120 72
Binary 11101010 11010101 111110 0 1001 1001010 1000 110101 1010000 111010

Color Harmonies of #EAD53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD53E

Black with #EAD53E

Text Example


Text Example

White with #EAD53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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