Html Css Color HEX #EFB12A Bright Sun

📋 copy color: '#EFB12A'

red 239 ◦ green 177 ◦ blue 42

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

Shades of Bright Sun #EFB12A

Tints of Bright Sun #EFB12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.17%

R = 52.18%
G = 38.65%
B = 9.17%

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

#EFB12A (or 0xEFB12A) is known color: Bright Sun. HEX triplet: EF, B1 and 2A. RGB value is (239,177,42). Sum of RGB (Red+Green+Blue) = 239+177+42=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB12A is #104ED5. Grayscale: #B4B4B4. Windows color (decimal): -1068758 or 2798063. OLE color: 2798063.

HSL color Cylindrical-coordinate representation of color #EFB12A: hue angle of 41.12º 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 #EFB12A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 42 -
CMYK 0 0.26 0.82 0.06
HSL 41.12º 0.86% 0.55% -
HSV(B) 41.12º 0.82% 0.94% -
XYZ 51.74 49.96 9.11 -
YUV 180.15 50.04 169.98 -
System Red Green Blue C M Y K H S L
Decimal 239 177 42 0 0.26 0.82 0.06 41.12 0.86 0.55
Hex EF B1 2A 0 1A 52 6 29 56 37
Octal 357 261 52 0 32 122 6 51 126 67
Binary 11101111 10110001 101010 0 11010 1010010 110 101001 1010110 110111

Color Harmonies of #EFB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB12A

Black with #EFB12A

Text Example


Text Example

White with #EFB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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