Html Css Color HEX #EFCB38 Saffron

📋 copy color: '#EFCB38'

red 239 ◦ green 203 ◦ blue 56

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

Shades of Saffron #EFCB38

Tints of Saffron #EFCB38

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 56 (22.27% from 255) = 11.24%

R = 47.99%
G = 40.76%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFCB38 (or 0xEFCB38) is known color: Saffron. HEX triplet: EF, CB and 38. RGB value is (239,203,56). Sum of RGB (Red+Green+Blue) = 239+203+56=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 56 (22.27% from 255 or 11.24% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB38 is #1034C7. Grayscale: #C5C5C5. Windows color (decimal): -1062088 or 3722223. OLE color: 3722223.

HSL color Cylindrical-coordinate representation of color #EFCB38: hue angle of 48.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFCB38 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 56 -
CMYK 0 0.15 0.77 0.06
HSL 48.2º 0.85% 0.58% -
HSV(B) 48.2º 0.77% 0.94% -
XYZ 57.67 61.35 12.54 -
YUV 197.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 239 203 56 0 0.15 0.77 0.06 48.2 0.85 0.58
Hex EF CB 38 0 F 4D 6 30 55 3A
Octal 357 313 70 0 17 115 6 60 125 72
Binary 11101111 11001011 111000 0 1111 1001101 110 110000 1010101 111010

Color Harmonies of #EFCB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB38

Black with #EFCB38

Text Example


Text Example

White with #EFCB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB38; }

 p { color: rgb(239,203,56); }

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

background-color css

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

 a { background-color: rgb(239,203,56); }

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

border-color css

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

 span { border-color: rgb(239,203,56); }

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