Html Css Color HEX #EFBC03 Golden Poppy

📋 copy color: '#EFBC03'

red 239 ◦ green 188 ◦ blue 3

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

Shades of Golden Poppy #EFBC03

Tints of Golden Poppy #EFBC03

RGB

 RED value IS 239 (93.75% from 255) = 55.58%

 GREEN value IS 188 (73.83% from 255) = 43.72%

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

R = 55.58%
G = 43.72%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFBC03 (or 0xEFBC03) is known color: Golden Poppy. HEX triplet: EF, BC and 03. RGB value is (239,188,3). Sum of RGB (Red+Green+Blue) = 239+188+3=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC03 is #1043FC. Grayscale: #B6B6B6. Windows color (decimal): -1065981 or 244975. OLE color: 244975.

HSL color Cylindrical-coordinate representation of color #EFBC03: hue angle of 47.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFBC03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 3 -
CMYK 0 0.21 0.99 0.06
HSL 47.03º 0.98% 0.47% -
HSV(B) 47.03º 0.99% 0.94% -
XYZ 53.6 54.32 7.75 -
YUV 182.16 26.9 168.54 -
System Red Green Blue C M Y K H S L
Decimal 239 188 3 0 0.21 0.99 0.06 47.03 0.98 0.47
Hex EF BC 3 0 15 63 6 2F 62 2F
Octal 357 274 3 0 25 143 6 57 142 57
Binary 11101111 10111100 11 0 10101 1100011 110 101111 1100010 101111

Color Harmonies of #EFBC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC03

Black with #EFBC03

Text Example


Text Example

White with #EFBC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC03; }

 p { color: rgb(239,188,3); }

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

background-color css

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

 a { background-color: rgb(239,188,3); }

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

border-color css

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

 span { border-color: rgb(239,188,3); }

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