Html Css Color HEX #EFB12F Bright Sun

📋 copy color: '#EFB12F'

red 239 ◦ green 177 ◦ blue 47

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

Shades of Bright Sun #EFB12F

Tints of Bright Sun #EFB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

 BLUE value IS 47 (18.75% from 255) = 10.15%

R = 51.62%
G = 38.23%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFB12F (or 0xEFB12F) is known color: Bright Sun. HEX triplet: EF, B1 and 2F. RGB value is (239,177,47). Sum of RGB (Red+Green+Blue) = 239+177+47=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB12F is #104ED0. Grayscale: #B5B5B5. Windows color (decimal): -1068753 or 3125743. OLE color: 3125743.

HSL color Cylindrical-coordinate representation of color #EFB12F: hue angle of 40.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFB12F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 47 -
CMYK 0 0.26 0.80 0.06
HSL 40.63º 0.86% 0.56% -
HSV(B) 40.63º 0.8% 0.94% -
XYZ 51.83 50 9.61 -
YUV 180.72 52.54 169.57 -
System Red Green Blue C M Y K H S L
Decimal 239 177 47 0 0.26 0.80 0.06 40.63 0.86 0.56
Hex EF B1 2F 0 1A 50 6 29 56 38
Octal 357 261 57 0 32 120 6 51 126 70
Binary 11101111 10110001 101111 0 11010 1010000 110 101001 1010110 111000

Color Harmonies of #EFB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB12F

Black with #EFB12F

Text Example


Text Example

White with #EFB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB12F; }

 p { color: rgb(239,177,47); }

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

background-color css

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

 a { background-color: rgb(239,177,47); }

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

border-color css

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

 span { border-color: rgb(239,177,47); }

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