Html Css Color HEX #EAD83E Starship

📋 copy color: '#EAD83E'

red 234 ◦ green 216 ◦ blue 62

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

Shades of Starship #EAD83E

Tints of Starship #EAD83E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

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

R = 45.7%
G = 42.19%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAD83E (or 0xEAD83E) is known color: Starship. HEX triplet: EA, D8 and 3E. RGB value is (234,216,62). Sum of RGB (Red+Green+Blue) = 234+216+62=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD83E is #1527C1. Grayscale: #CCCCCC. Windows color (decimal): -1386434 or 4118762. OLE color: 4118762.

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

Color convert

RGB 234 216 62 -
CMYK 0 0.08 0.74 0.08
HSL 53.72º 0.8% 0.58% -
HSV(B) 53.72º 0.74% 0.92% -
XYZ 59.36 66.95 14.35 -
YUV 203.83 47.96 149.52 -
System Red Green Blue C M Y K H S L
Decimal 234 216 62 0 0.08 0.74 0.08 53.72 0.8 0.58
Hex EA D8 3E 0 8 4A 8 36 50 3A
Octal 352 330 76 0 10 112 10 66 120 72
Binary 11101010 11011000 111110 0 1000 1001010 1000 110110 1010000 111010

Color Harmonies of #EAD83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD83E

Black with #EAD83E

Text Example


Text Example

White with #EAD83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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