Html Css Color HEX #EFB204 Selective Yellow

📋 copy color: '#EFB204'

red 239 ◦ green 178 ◦ blue 4

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

Shades of Selective Yellow #EFB204

Tints of Selective Yellow #EFB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 56.77%
G = 42.28%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFB204 (or 0xEFB204) is known color: Selective Yellow. HEX triplet: EF, B2 and 04. RGB value is (239,178,4). Sum of RGB (Red+Green+Blue) = 239+178+4=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB204 is #104DFB. Grayscale: #B1B1B1. Windows color (decimal): -1068540 or 307951. OLE color: 307951.

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

Color convert

RGB 239 178 4 -
CMYK 0 0.26 0.98 0.06
HSL 44.43º 0.97% 0.48% -
HSV(B) 44.43º 0.98% 0.94% -
XYZ 51.54 50.2 7.09 -
YUV 176.4 30.71 172.65 -
System Red Green Blue C M Y K H S L
Decimal 239 178 4 0 0.26 0.98 0.06 44.43 0.97 0.48
Hex EF B2 4 0 1A 62 6 2C 61 30
Octal 357 262 4 0 32 142 6 54 141 60
Binary 11101111 10110010 100 0 11010 1100010 110 101100 1100001 110000

Color Harmonies of #EFB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB204

Black with #EFB204

Text Example


Text Example

White with #EFB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB204; }

 p { color: rgb(239,178,4); }

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

background-color css

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

 a { background-color: rgb(239,178,4); }

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

border-color css

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

 span { border-color: rgb(239,178,4); }

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