Html Css Color HEX #EFD31B Broom

📋 copy color: '#EFD31B'

red 239 ◦ green 211 ◦ blue 27

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

Shades of Broom #EFD31B

Tints of Broom #EFD31B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

 BLUE value IS 27 (10.94% from 255) = 5.66%

R = 50.1%
G = 44.23%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFD31B (or 0xEFD31B) is known color: Broom. HEX triplet: EF, D3 and 1B. RGB value is (239,211,27). Sum of RGB (Red+Green+Blue) = 239+211+27=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD31B is #102CE4. Grayscale: #C7C7C7. Windows color (decimal): -1060069 or 1823727. OLE color: 1823727.

HSL color Cylindrical-coordinate representation of color #EFD31B: hue angle of 52.08º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFD31B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 27 -
CMYK 0 0.12 0.89 0.06
HSL 52.08º 0.87% 0.52% -
HSV(B) 52.08º 0.89% 0.94% -
XYZ 59.09 65.02 10.47 -
YUV 198.4 31.28 156.96 -
System Red Green Blue C M Y K H S L
Decimal 239 211 27 0 0.12 0.89 0.06 52.08 0.87 0.52
Hex EF D3 1B 0 C 59 6 34 57 34
Octal 357 323 33 0 14 131 6 64 127 64
Binary 11101111 11010011 11011 0 1100 1011001 110 110100 1010111 110100

Color Harmonies of #EFD31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD31B

Black with #EFD31B

Text Example


Text Example

White with #EFD31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD31B; }

 p { color: rgb(239,211,27); }

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

background-color css

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

 a { background-color: rgb(239,211,27); }

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

border-color css

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

 span { border-color: rgb(239,211,27); }

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