Html Css Color HEX #EFB902 Golden Poppy

📋 copy color: '#EFB902'

red 239 ◦ green 185 ◦ blue 2

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

Shades of Golden Poppy #EFB902

Tints of Golden Poppy #EFB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 56.1%
G = 43.43%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFB902 (or 0xEFB902) is known color: Golden Poppy. HEX triplet: EF, B9 and 02. RGB value is (239,185,2). Sum of RGB (Red+Green+Blue) = 239+185+2=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB902 is #1046FD. Grayscale: #B5B5B5. Windows color (decimal): -1066750 or 178671. OLE color: 178671.

HSL color Cylindrical-coordinate representation of color #EFB902: hue angle of 46.33º 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 #EFB902 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 2 -
CMYK 0 0.23 0.99 0.06
HSL 46.33º 0.98% 0.47% -
HSV(B) 46.33º 0.99% 0.94% -
XYZ 52.96 53.05 7.51 -
YUV 180.28 27.39 169.88 -
System Red Green Blue C M Y K H S L
Decimal 239 185 2 0 0.23 0.99 0.06 46.33 0.98 0.47
Hex EF B9 2 0 17 63 6 2E 62 2F
Octal 357 271 2 0 27 143 6 56 142 57
Binary 11101111 10111001 10 0 10111 1100011 110 101110 1100010 101111

Color Harmonies of #EFB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB902

Black with #EFB902

Text Example


Text Example

White with #EFB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB902; }

 p { color: rgb(239,185,2); }

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

background-color css

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

 a { background-color: rgb(239,185,2); }

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

border-color css

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

 span { border-color: rgb(239,185,2); }

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