Html Css Color HEX #EFBC2A Bright Sun

📋 copy color: '#EFBC2A'

red 239 ◦ green 188 ◦ blue 42

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

Shades of Bright Sun #EFBC2A

Tints of Bright Sun #EFBC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 50.96%
G = 40.09%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFBC2A (or 0xEFBC2A) is known color: Bright Sun. HEX triplet: EF, BC and 2A. RGB value is (239,188,42). Sum of RGB (Red+Green+Blue) = 239+188+42=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC2A is #1043D5. Grayscale: #BBBBBB. Windows color (decimal): -1065942 or 2800879. OLE color: 2800879.

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

Color convert

RGB 239 188 42 -
CMYK 0 0.21 0.82 0.06
HSL 44.47º 0.86% 0.55% -
HSV(B) 44.47º 0.82% 0.94% -
XYZ 54 54.48 9.86 -
YUV 186.61 46.4 165.37 -
System Red Green Blue C M Y K H S L
Decimal 239 188 42 0 0.21 0.82 0.06 44.47 0.86 0.55
Hex EF BC 2A 0 15 52 6 2C 56 37
Octal 357 274 52 0 25 122 6 54 126 67
Binary 11101111 10111100 101010 0 10101 1010010 110 101100 1010110 110111

Color Harmonies of #EFBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC2A

Black with #EFBC2A

Text Example


Text Example

White with #EFBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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