Html Css Color HEX #EFB12C Bright Sun

📋 copy color: '#EFB12C'

red 239 ◦ green 177 ◦ blue 44

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

Shades of Bright Sun #EFB12C

Tints of Bright Sun #EFB12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.57%

R = 51.96%
G = 38.48%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFB12C (or 0xEFB12C) is known color: Bright Sun. HEX triplet: EF, B1 and 2C. RGB value is (239,177,44). Sum of RGB (Red+Green+Blue) = 239+177+44=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB12C is #104ED3. Grayscale: #B4B4B4. Windows color (decimal): -1068756 or 2929135. OLE color: 2929135.

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

Color convert

RGB 239 177 44 -
CMYK 0 0.26 0.82 0.06
HSL 40.92º 0.86% 0.55% -
HSV(B) 40.92º 0.82% 0.94% -
XYZ 51.77 49.98 9.3 -
YUV 180.38 51.04 169.81 -
System Red Green Blue C M Y K H S L
Decimal 239 177 44 0 0.26 0.82 0.06 40.92 0.86 0.55
Hex EF B1 2C 0 1A 52 6 29 56 37
Octal 357 261 54 0 32 122 6 51 126 67
Binary 11101111 10110001 101100 0 11010 1010010 110 101001 1010110 110111

Color Harmonies of #EFB12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB12C

Black with #EFB12C

Text Example


Text Example

White with #EFB12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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