Html Css Color HEX #EFB90D Golden Poppy

📋 copy color: '#EFB90D'

red 239 ◦ green 185 ◦ blue 13

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

Shades of Golden Poppy #EFB90D

Tints of Golden Poppy #EFB90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 54.69%
G = 42.33%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFB90D (or 0xEFB90D) is known color: Golden Poppy. HEX triplet: EF, B9 and 0D. RGB value is (239,185,13). Sum of RGB (Red+Green+Blue) = 239+185+13=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB90D is #1046F2. Grayscale: #B6B6B6. Windows color (decimal): -1066739 or 899567. OLE color: 899567.

HSL color Cylindrical-coordinate representation of color #EFB90D: hue angle of 45.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFB90D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 13 -
CMYK 0 0.23 0.95 0.06
HSL 45.66º 0.9% 0.49% -
HSV(B) 45.66º 0.95% 0.94% -
XYZ 53.02 53.08 7.83 -
YUV 181.54 32.89 168.99 -
System Red Green Blue C M Y K H S L
Decimal 239 185 13 0 0.23 0.95 0.06 45.66 0.9 0.49
Hex EF B9 D 0 17 5F 6 2E 5A 31
Octal 357 271 15 0 27 137 6 56 132 61
Binary 11101111 10111001 1101 0 10111 1011111 110 101110 1011010 110001

Color Harmonies of #EFB90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB90D

Black with #EFB90D

Text Example


Text Example

White with #EFB90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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