Html Css Color HEX #EFC50B Golden Poppy

📋 copy color: '#EFC50B'

red 239 ◦ green 197 ◦ blue 11

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

Shades of Golden Poppy #EFC50B

Tints of Golden Poppy #EFC50B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.07%

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 53.47%
G = 44.07%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC50B (or 0xEFC50B) is known color: Golden Poppy. HEX triplet: EF, C5 and 0B. RGB value is (239,197,11). Sum of RGB (Red+Green+Blue) = 239+197+11=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC50B is #103AF4. Grayscale: #BDBDBD. Windows color (decimal): -1063669 or 771567. OLE color: 771567.

HSL color Cylindrical-coordinate representation of color #EFC50B: hue angle of 48.95º degrees, saturation: 0.91, 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 #EFC50B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 11 -
CMYK 0 0.18 0.95 0.06
HSL 48.95º 0.91% 0.49% -
HSV(B) 48.95º 0.95% 0.94% -
XYZ 55.62 58.31 8.64 -
YUV 188.35 27.91 164.12 -
System Red Green Blue C M Y K H S L
Decimal 239 197 11 0 0.18 0.95 0.06 48.95 0.91 0.49
Hex EF C5 B 0 12 5F 6 31 5B 31
Octal 357 305 13 0 22 137 6 61 133 61
Binary 11101111 11000101 1011 0 10010 1011111 110 110001 1011011 110001

Color Harmonies of #EFC50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC50B

Black with #EFC50B

Text Example


Text Example

White with #EFC50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC50B; }

 p { color: rgb(239,197,11); }

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

background-color css

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

 a { background-color: rgb(239,197,11); }

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

border-color css

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

 span { border-color: rgb(239,197,11); }

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