Html Css Color HEX #EAB703 Golden Poppy

📋 copy color: '#EAB703'

red 234 ◦ green 183 ◦ blue 3

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

Shades of Golden Poppy #EAB703

Tints of Golden Poppy #EAB703

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.57%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 55.71%
G = 43.57%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAB703 (or 0xEAB703) is known color: Golden Poppy. HEX triplet: EA, B7 and 03. RGB value is (234,183,3). Sum of RGB (Red+Green+Blue) = 234+183+3=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB703 is #1548FC. Grayscale: #B2B2B2. Windows color (decimal): -1394941 or 243690. OLE color: 243690.

HSL color Cylindrical-coordinate representation of color #EAB703: hue angle of 46.75º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAB703 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 183 3 -
CMYK 0 0.22 0.99 0.08
HSL 46.75º 0.97% 0.46% -
HSV(B) 46.75º 0.99% 0.92% -
XYZ 50.88 51.37 7.32 -
YUV 177.73 29.4 168.14 -
System Red Green Blue C M Y K H S L
Decimal 234 183 3 0 0.22 0.99 0.08 46.75 0.97 0.46
Hex EA B7 3 0 16 63 8 2F 61 2E
Octal 352 267 3 0 26 143 10 57 141 56
Binary 11101010 10110111 11 0 10110 1100011 1000 101111 1100001 101110

Color Harmonies of #EAB703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB703

Black with #EAB703

Text Example


Text Example

White with #EAB703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB703; }

 p { color: rgb(234,183,3); }

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

background-color css

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

 a { background-color: rgb(234,183,3); }

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

border-color css

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

 span { border-color: rgb(234,183,3); }

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